Data Preview
The Notebook feature in Yeedu provides an interactive environment for real-time coding, data exploration, and analysis across Python and Scala.
Users can execute cells and instantly preview data outputs directly within the notebook interface. Each executed cell displays results inline, supporting:
- DataFrames
- Visualizations
- Schema information
- Logs and error outputs
This helps users quickly validate transformations, debug logic, and iterate on code efficiently.
Run Details in Preview
Each executed cell may show:
- Execution status
- Output table preview
- Execution time
- Spark job summary (if applicable)
The preview makes it easy to validate intermediate results without leaving the notebook environment.
